projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f73690
)
x86: x86-common.h: Add CONFIG_BOOTDELAY
author
Stefan Roese
<
[email protected]
>
Mon, 18 Jan 2016 13:49:56 +0000
(14:49 +0100)
committer
Bin Meng
<
[email protected]
>
Fri, 5 Feb 2016 04:47:20 +0000
(12:47 +0800)
Without this CONFIG_BOOTDELAY, autobooting does not work at all. As
autoboot_command() from common/* will not get called. So lets define
CONFIG_BOOTDELAY, so that auto-booting works on x86.
Signed-off-by: Stefan Roese <
[email protected]
>
Cc: Miao Yan <
[email protected]
>
Cc: Bin Meng <
[email protected]
>
Cc: Simon Glass <
[email protected]
>
Tested-by: Miao Yan <
[email protected]
>
Acked-by: Bin Meng <
[email protected]
>
include/configs/x86-common.h
patch
|
blob
|
history
diff --git
a/include/configs/x86-common.h
b/include/configs/x86-common.h
index dc7b227d25c41e3061a521a2ad196237a666e362..3ae4366bfae215580b0f4e84fd557a3f0a263916 100644
(file)
--- a/
include/configs/x86-common.h
+++ b/
include/configs/x86-common.h
@@
-236,4
+236,6
@@
"tftpboot $loadaddr $bootfile;" \
"zboot $loadaddr"
+#define CONFIG_BOOTDELAY 2
+
#endif /* __CONFIG_H */